home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Prog / D-G / DebugWindow 2.0.sit / DebugWindow 2.0 / Debug.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-05  |  252 b   |  13 lines  |  [TEXT/KAHL]

  1.  
  2. #ifndef _DEBUGWINDOW_H_
  3. #define _DEBUGWINDOW_H_
  4.  
  5. void BeginDebug ( void );
  6. void EndDebug ( void );
  7. void Debug ( char *format, ... );
  8. void DebugHexDump ( char *buffer, short length );
  9. void ClearDebugWindow (void);
  10. void DebugTimestamp ( void );
  11.  
  12. #endif
  13.